「李宏毅机器学习」学习笔记-“Hello world” of deep learning
Keras
Hello world
Keras: Building a Network
Mini-batch
Speed
Very large batch size can yield worse performance.
Speed - Matrix Operation
对GPU来说,让它做上述两个运算,所用的时间其实是一样的,但是在矩阵相乘中的每一个元素,都是可以并行运算的,所以上面花的时间是下面的两倍,所以GPU+mini-batch大大提升效率。
Keras:Save and load models
https://faroit.github.io/keras-docs/2.0.2/getting-started/faq/#how-can-i-save-a-keras-model
Keras:How to use the neural network (testing)
如果本博文对您有帮助,可以赞助支持一波博主~
推荐阅读
- 本文链接:https://blueschang.github.io/2018/11/08/「李宏毅机器学习」学习笔记-“Hello world” of deep learning/
- 版权声明:本博客所有文章除特别声明外,均采用 知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议 许可协议。转载请注明出处!